home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Mops 2.7 / Mops Manual / Part III.srd / Part III.srd.rsrc / PICT_25.png < prev    next >
Portable Network Graphic  |  1996-01-02  |  95KB  |  816x1056  |  8-bit (256 colors)
Labels: book | bulletin board | chat room | poster | reckoner | sky
OCR: Chapter -Basic Data Structures 1I3 X-Array X-Array is an Array with the ability to execute its indexed data as xts of Mops words Superclass Array Source file Struct Status Core Instance variables None Indexed data 4-byte cells System objects Methods accessing exec: ( ind Executes the xt in the indexed cell at ind put: xt0 xt(N-1) N- Stores the N xts into the indexed elements of f this object xt0 goes into element 0, xt1 into element 1 and so on actions: (xt0 xt(N-1) N -- synonym for put: more appropriate name to use in subclasses such as dialogs display print: Types the name of the word whose xt is in each element. initialization classinit: Sets all indexed elements to the null xt. Error messages number of xts in list" For put:, the value N not match the number of indexed elements for this ...